home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 026a / db4freq1.zip / FREQ.TXT < prev   
Text File  |  1990-08-19  |  2KB  |  46 lines

  1. Broadcast Frequency & Channel Routines for dBase IV
  2.  
  3. Release 1.0
  4. August 20, 1990
  5.     
  6.     Compiled dBase IV (Version 1.1) Routines
  7.     
  8.     Files: --     db4freq1.dbo (procedure file)
  9.                         freq.txt     (this file)
  10.     
  11.     To use (in dBase IV, Version 1.1, type "set procedure to db4freq1", then
  12.     any of the following.
  13.     
  14.             Do chtofreq with channel
  15.             Do FreqtoCh with freq            
  16.             x = Freq(Channel)
  17.             x = Channel(freq)
  18.     
  19.     to finish using the procedure file, type "set procedure to"
  20.     
  21.     Channel may be a string or number within the limits of Valid Channel Ranges,
  22.         below.  Procedure results are deposited in numerical variable freq (in
  23.         megahertz) or channel (string or integer, as appropriate), if the value input 
  24.         corresponds to a valid broadcast frequency or channel. Included are all valid 
  25.         AM, FM, UHH-TV, VHF-TV, MDS, MMDS, ITFS and OFS Video channels.
  26.             If an invalid channel or frequency (under existing US-FCC rules) is passed,
  27.             then the result is zero.
  28.         For AM and FM channels, result is dial position (channel center). For all
  29.         other bands, the result is the lower limit of the assigned channel.
  30.         
  31. Valid Channel Ranges                            Valid Frequency Ranges
  32. 1,2a,2-36,38-69                                    .515-1.705, 54-72, 76-87.8,                                                
  33. 200-300,A1-A4,B1-B4                                87.9-108.0, 174-222, 470-608,
  34. C1-C4,D1-D4,E1-E4                                614-890,2150-2162,2500-2686
  35. F1-F4,G1-G4,H1-H3        
  36.  
  37. All Routines (and this file) Copyright 1990, by j.m.willkie-ruiz. all rights
  38. reserved.  Holders of these files may posess, use and distribute to others
  39. at no cost.  All other uses, possesions and dsitributions require prior 
  40. writeen approval of copyright holder.
  41.  
  42. John Willkie
  43. PO Box 33964
  44. Washington DC 20033-0964
  45. 202-338-0441
  46.